projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aace5a8
)
searchbar: use gtk_search_bar_connect_entry() in documentation.
author
Christian Hergert
<christian@hergert.me>
Sat, 3 Aug 2013 13:13:27 +0000
(15:13 +0200)
committer
Christian Hergert
<christian@hergert.me>
Sat, 3 Aug 2013 13:13:27 +0000
(15:13 +0200)
gtk/gtksearchbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchbar.c
b/gtk/gtksearchbar.c
index c0039ff419dfa7f282ab10ad41d13d1308766aec..d1c0eb242323df91e11baa49ab24451d1b97173d 100644
(file)
--- a/
gtk/gtksearchbar.c
+++ b/
gtk/gtksearchbar.c
@@
-71,7
+71,7
@@
* gtk_container_add (GTK_CONTAINER (searchbar), box);
*
* /<!---->* And tell the search bar about the search entry *<---->/
- * gtk_search_bar_
set_search
_entry (GTK_SEARCH_BAR (bar), entry);
+ * gtk_search_bar_
connect
_entry (GTK_SEARCH_BAR (bar), entry);
* ]]></programlisting>
* </example>
*